home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_3.5 / Examples / Icon / README < prev    next >
Encoding:
Text File  |  1999-10-20  |  1.8 KB  |  67 lines

  1. This drawer contains a small collection of test programs for icon.library,
  2. using the new V44 API. This what the programs do:
  3.  
  4.    BumpRevision
  5.  
  6.       Tests the BumpRevision() function.
  7.  
  8.    CondenseIcons
  9.  
  10.       Demonstrates the "space saving" features of PutIconTagList().
  11.  
  12.    Convert8ColorIcons
  13.  
  14.       Converts icons with more than four colours into the new palette
  15.       mapped format. The program assumes a default colour palette.
  16.  
  17.    ConvertMagicWBIcons
  18.  
  19.       Converts icons in the MagicWB design into the new palette mapped
  20.       mapped format.
  21.  
  22.    ConvertNewIcons
  23.  
  24.       Converts icons in the NewIcons format into the new palette mapped
  25.       mapped format.
  26.  
  27.    GlowIconImage
  28.  
  29.       This program does not really operate on icons. It's useful for
  30.       creating an image in the "glowing design", as used by the
  31.       AmigaOS 3.5 Workbench design.
  32.  
  33.    IdentifyHook
  34.  
  35.       This demonstrates the icon identification hook feature of
  36.       icon.library V44 by attaching default icons to files without
  37.       icons, based upon their contents (by means of datatypes.library).
  38.  
  39.    ImageToIcon
  40.  
  41.       This program will read picture files and create icons from them,
  42.       using the new palette mapped format supported by icon.library V44.
  43.  
  44.    LayoutIcon
  45.  
  46.       This demonstrates the use of the LayoutIconA() function
  47.       supported by icon.library V44.
  48.  
  49.    MakeIconsBorderless
  50.  
  51.       This program will turn a bunch of palette mapped icons into
  52.       borderless (or frameless) icons.
  53.  
  54.    MatchToolValue
  55.  
  56.       This program tests the MatchToolValue() function.
  57.  
  58.    StripIcons
  59.  
  60.       This program demonstrates how a new format palette mapped icon
  61.       can be "degraded" into a standard icon, such as icon.library V37
  62.       may write it.
  63.  
  64.    ToolTypes
  65.  
  66.       This demonstrates the FindToolType() function.
  67.